Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / DocumentSecurityStore Class / AddVerificationCert Method / AddVerificationCert(Signature,Byte[]) Method
The Signature object.
The DER-encoded certificate.

In This Topic
    AddVerificationCert(Signature,Byte[]) Method
    In This Topic
    Adds a certificate response for a specified signature.
    Syntax
    'Declaration
     
    Public Overloads Sub AddVerificationCert( _
       ByVal signature As Signature, _
       ByVal cert() As System.Byte _
    ) 
    public void AddVerificationCert( 
       Signature signature,
       System.byte[] cert
    )

    Parameters

    signature
    The Signature object.
    cert
    The DER-encoded certificate.
    See Also